projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775dbec
)
entry: Fix a typo in the docs
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 2 Jun 2021 10:47:27 +0000
(06:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 2 Jun 2021 10:47:27 +0000
(06:47 -0400)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 32104263502faa223c94199ca53b80e2cdfcf32e..e03127f1344865aa4553e57f2a29d282e49d6c18 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-145,7
+145,7
@@
*
* An example of a UI definition fragment specifying Pango attributes:
* ```xml
- * <object class="GtkEnry">
+ * <object class="GtkEn
t
ry">
* <attributes>
* <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
* <attribute name="background" value="red" start="5" end="10"/>